ExportPdfProgress

data class ExportPdfProgress(val exportedPages: Int, val totalPages: Int)

Constructors

Link copied to clipboard
constructor(exportedPages: Int, totalPages: Int)

Properties

Link copied to clipboard

The number of pages exported so far.

Link copied to clipboard

The total number of pages to export.